go/types.Checker.applyTypeFunc (method)

3 uses

	go/types (current package)
		builtins.go#L332: 		resTyp := check.applyTypeFunc(f, x, id)
		builtins.go#L460: 		resTyp := check.applyTypeFunc(f, x, id)
		builtins.go#L827: func (check *Checker) applyTypeFunc(f func(Type) Type, x *operand, id builtinId) Type {